ArcPad Extension Preferences File Schema
COORDSYS Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema : COORDSYS Element

Glossary Item Box

Description

Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).

Diagram

COORDSYS Element

Overview

COORDSYS
Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).
string required xs:string
Projected or geographic coordinate system definition string.

Attributes

NameTypeUseDefaultFixedDescription
stringxs:stringrequired  Projected or geographic coordinate system definition string.

Examples

Source

<xs:element name="COORDSYS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="string" use="required" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.